curl --location --request POST 'http://localhost:8000/api/v1/member/140' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'name="Reseller"' \
--form 'email="bgsk222in@mail.com"' \
--form 'phone="6285730316712"' \
--form 'address="Malang"' \
--form 'photo_url=@""' \
--form '_method="put"'{}