2021年1月28日星期四

how insert data using api with php?

I have to create an account using an API How can I create the account by inserting the data via in jquery to the API?

{   "first_name":"Mario",   "middle_name":"Luevano",   "last_name":"López",   "phone_number":"4951031545",   "address":{       "city":"Monterrey",       "state":"Monterrey"   },   "email":"test1212@test.com",   "password":"Contra1212",   "password_confirmation":"Contra1212"  }  
https://stackoverflow.com/questions/65947829/how-insert-data-using-api-with-php January 29, 2021 at 10:05AM

没有评论:

发表评论